*
* Emitted when the button is pressed.
*
- * Deprecated: Use the #GtkWidget::button-press-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::button-press-event signal.
*/
button_signals[PRESSED] =
g_signal_new (I_("pressed"),
*
* Emitted when the button is released.
*
- * Deprecated: Use the #GtkWidget::button-release-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::button-release-event signal.
*/
button_signals[RELEASED] =
g_signal_new (I_("released"),
*
* Emitted when the pointer enters the button.
*
- * Deprecated: Use the #GtkWidget::enter-notify-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::enter-notify-event signal.
*/
button_signals[ENTER] =
g_signal_new (I_("enter"),
*
* Emitted when the pointer leaves the button.
*
- * Deprecated: Use the #GtkWidget::leave-notify-event signal.
+ * Deprecated: 2.8: Use the #GtkWidget::leave-notify-event signal.
*/
button_signals[LEAVE] =
g_signal_new (I_("leave"),
*
* Appends the given text to the contents of the widget.
*
- * Deprecated: gtk_entry_append_text() is deprecated and should not
- * be used in newly-written code. Use gtk_editable_insert_text()
- * instead.
+ * Deprecated: 2.0: Use gtk_editable_insert_text() instead.
*/
void
gtk_entry_append_text (GtkEntry *entry,
*
* Prepends the given text to the contents of the widget.
*
- * Deprecated: gtk_entry_prepend_text() is deprecated and should not
- * be used in newly-written code. Use gtk_editable_insert_text()
- * instead.
+ * Deprecated: 2.0: Use gtk_editable_insert_text() instead.
*/
void
gtk_entry_prepend_text (GtkEntry *entry,
*
* Sets the cursor position in an entry to the given value.
*
- * Deprecated: Use gtk_editable_set_position() instead.
+ * Deprecated: 2.0: Use gtk_editable_set_position() instead.
*/
void
gtk_entry_set_position (GtkEntry *entry,
* Determines if the user can edit the text in the editable
* widget or not.
*
- * Deprecated: Use gtk_editable_set_editable() instead.
+ * Deprecated: 2.0: Use gtk_editable_set_editable() instead.
*/
void
gtk_entry_set_editable (GtkEntry *entry,
* selected will be those characters from @start_pos to the end of
* the text.
*
- * Deprecated: Use gtk_editable_select_region() instead.
+ * Deprecated: 2.0: Use gtk_editable_select_region() instead.
*/
void
gtk_entry_select_region (GtkEntry *entry,
*
* Beware that the returned object does not have a floating reference.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_new (GType container_type,
*
* Initializes an item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_construct (GtkItemFactory *ifactory,
* <literal>"<name>"</literal> prefix of @path as the @path argument
* for gtk_item_factory_new().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_from_path (const gchar *path)
*
* Obtains the item factory from which a widget was created.
*
- * Deprecated: 2.4
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkItemFactory*
gtk_item_factory_from_widget (GtkWidget *widget)
* path specified in gtk_item_factory_new() with the path specified in the
* #GtkItemFactoryEntry from which the widget was created.)
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
G_CONST_RETURN gchar*
gtk_item_factory_path_from_widget (GtkWidget *widget)
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_items (GtkItemFactory *ifactory,
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_items_ac (GtkItemFactory *ifactory,
* submenu, then the submenu is returned. If you are interested in the menu
* item, use gtk_item_factory_get_item() instead.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_widget (GtkItemFactory *ifactory,
* If there are multiple items with the same action, the result is
* undefined.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_widget_by_action (GtkItemFactory *ifactory,
* submenu, then the item is returned. If you are interested in the submenu,
* use gtk_item_factory_get_widget() instead.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_item (GtkItemFactory *ifactory,
* Obtains the menu item which was constructed from the first
* #GtkItemFactoryEntry with the given @action.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
GtkWidget*
gtk_item_factory_get_item_by_action (GtkItemFactory *ifactory,
*
* Creates an item for @entry.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_item (GtkItemFactory *ifactory,
*
* Creates the menu items from the @entries.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_create_menu_entries (guint n_entries,
*
* Deletes all widgets constructed from the specified path.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factories_path_delete (const gchar *ifactory_path,
* Deletes the menu item which was created for @path by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_item (GtkItemFactory *ifactory,
* Deletes the menu item which was created from @entry by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_entry (GtkItemFactory *ifactory,
* Deletes the menu items which were created from the @entries by the given
* item factory.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_delete_entries (GtkItemFactory *ifactory,
* gtk_item_factory_popup_with_data(). This data is available until the menu
* is popped down again.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
gpointer
gtk_item_factory_popup_data_from_widget (GtkWidget *widget)
* gtk_item_factory_popup_with_data(). This data is available until the menu
* is popped down again.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
gpointer
gtk_item_factory_popup_data (GtkItemFactory *ifactory)
* The operation of the @mouse_button and the @time_ parameter is the same
* as the @button and @activation_time parameters for gtk_menu_popup().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_popup (GtkItemFactory *ifactory,
* The operation of the @mouse_button and the @time_ parameters is the same
* as the @button and @activation_time parameters for gtk_menu_popup().
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_popup_with_data (GtkItemFactory *ifactory,
* Sets a function to be used for translating the path elements before they
* are displayed.
*
- * Deprecated: 2.4:
+ * Deprecated: 2.4: Use #GtkUIManager instead.
*/
void
gtk_item_factory_set_translate_func (GtkItemFactory *ifactory,